home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00444_Script_444 < prev    next >
Text File  |  1995-05-08  |  669b  |  36 lines

  1. --
  2. on bigpicquarter
  3.  getback
  4. purgecast12
  5.   puppetsprite 24, true
  6.   set the loch of sprite 24 to 319
  7.   set the locv of sprite 24 to 192
  8. set the ink of sprite 24 to 0
  9. purgecast12
  10.  
  11. if the mousev < 213 then
  12. if the mouseh <437 then
  13.   set the castnum of sprite 24 to the castnum of sprite 12+40
  14.  updatestage
  15. exit
  16. end if
  17.  
  18. if the mouseh >= 438 then
  19.   set the castnum of sprite 24 to the castnum of sprite 12+41
  20.  updatestage
  21. exit
  22. end if
  23. exit
  24. end if
  25.  
  26. if the mouseh < 438 then
  27.   set the castnum of sprite 24 to the castnum of sprite 12+42
  28.  updatestage
  29. exit
  30. end if
  31.  
  32. set the castnum of sprite 24 to the castnum of sprite 12+43
  33. updatestage
  34. end if
  35.  
  36.